home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / CGIMIL32.ZIP / sample3.cf < prev    next >
Encoding:
Text File  |  1996-07-29  |  815 b   |  41 lines

  1. # NOTE: # character is used for commenting lines
  2.  
  3. # Calling page for this sample is SMPLE3.HTM
  4.  
  5. # template for error reports
  6. ERRTEMPLATE=<%ERRTEMPLATE%>
  7.  
  8. # template for response page
  9. TEMPLATE=<%TEMPLATE%>
  10.  
  11. # template for message
  12. MSGTEMPLATE=<%MSGTEMPLATE%>
  13.  
  14. # SMTP server
  15. GATEWAY=<%GATEWAY%>
  16.  
  17. # port of SMTP service on server (usualy 25)
  18. PORT=<%PORT%>
  19.  
  20. # timeout for socket operations
  21. TIMEOUT=<%TIMEOUT%>
  22.  
  23. # if things get wrong set DEBUG to YES to get log of SMTP
  24. # conversation between CGIMailer and SMTP server
  25. DEBUG=<%DEBUG%>
  26.  
  27. # sender's address
  28. FROM=<%FROM%>
  29.  
  30. # list of recipients
  31. TO=<%TO%>
  32.  
  33. # list of recipients wich goes in Cc: field in message header
  34. CC=<%CC%>
  35.  
  36. # list of recipient wich shouldn't be listed in message headre
  37. BCC=<%BCC%>
  38.  
  39. # subject
  40. SUBJECT=<%SUBJECT%>
  41.